home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / stuf10cs.zip / STUFF.DOC < prev    next >
Text File  |  1994-01-23  |  7KB  |  220 lines

  1.  
  2.       STUFF 1.0 (c) by Santinon Cristian 1990-1994
  3.       -----------------------------------------------------------------
  4.  
  5.  
  6.       SHAREWARE INFORMATION
  7.       ~~~~~~~~~~~~~~~~~~~~~
  8.  
  9.       STUFF  is  distributed  under the  shareware  marketing  concept.
  10.       This  means that you can try the program for a limited amount  of
  11.       time  to see if it meets your needs. After the trial period,  you
  12.       are required to register and pay the registration fee.  Shareware
  13.       is  a  distribution method, NOT a type of software.  The  primary
  14.       difference  between  shareware and retail software is  that  with
  15.       shareware you know if it fits your needs BEFORE you pay for it.
  16.  
  17.  
  18.       LICENSE
  19.       ~~~~~~~
  20.  
  21.       Non-registered users are granted a limited  license  to try STUFF
  22.       for  a  period  of four weeks. After  the trial  period  you  are
  23.       required  to  register and to pay the registration  fee  or  stop
  24.       using it. The four week evaluation period is a legal  requirement
  25.       based  on the license agreement, NOT a time bomb inserted in  the
  26.       program!  STUFF  will  not stop  working or cause any  damage  to
  27.       itself or your system at the end of the four week period.
  28.       You are encouraged to freely copy  and distribute STUFF  provided
  29.       that:
  30.  
  31.       1. No fee beyond normal media, duplication, and shipping costs
  32.           may be charged.
  33.       2. It must be copied in unaltered form complete with this license
  34.          and copyright information
  35.       3. It is advertised as "shareware" and not as "free" or
  36.          "public domain" software.
  37.  
  38.  
  39.       EDITION
  40.       ~~~~~~~
  41.  
  42.       Jan 1994
  43.       Copyright 1994 by Santinon Cristian
  44.       All rights reserved
  45.  
  46.  
  47.       NOTICE
  48.       ~~~~~~
  49.  
  50.       This manual is based on the  software  revision V1.0 of Jan 1994.
  51.       The  information  in this document is subject to  change  without
  52.       notice. I assumes  no responsibility  for  any  errors  that  may
  53.       appear in supplied materials or programs.
  54.  
  55.  
  56.       REQUIRED HARDWARE
  57.       ~~~~~~~~~~~~~~~~~
  58.  
  59.       The  STUFF  Disk Space  Optimizer  can be installed  on  personal
  60.       computers  with a  Hard Drive,  at least  one  Floppy Drive, 640k
  61.       conventional DOS memory, Dos 3.x or better.
  62.  
  63.  
  64.       ORDER INFORMATION
  65.       ~~~~~~~~~~~~~~~~~
  66.  
  67.       The registration fee for a single copy of STUFF is US$ 10.-.
  68.       Payment of this fee entitles you to:
  69.  
  70.       *  Disk with the latest version of the STUFF Disk Space Optimizer
  71.          which does not display the evaluation notice text.
  72.  
  73.       *  Free support by electronic mail or by mail for the first three
  74.          month after payment.
  75.  
  76.       *  Notification of the next major upgrade.
  77.  
  78.       The accompanying file ORDER.FRM includes a detailed order form.
  79.  
  80.  
  81.       WHAT IS STUFF ?
  82.       ~~~~~~~~~~~~~~~
  83.  
  84.       STUFF is a program created for optimize disk space when copy from
  85.       Hard Disk to Floppy Disks are maded.
  86.       If  the space  taked  by files on  hard disk is greater  than the
  87.       dimension of a single floppy disk, STUFF copies files on multiple
  88.       disks  with  an  intelligent  algorithm  that permit  overwork at
  89.       maximum the available space on every floppy disk.
  90.       Major characteristics of STUFF are:
  91.  
  92.           - Fast copy file algorithm
  93.           - CRC verify of copied files
  94.           - Full support of 4DOS/NDOS file descriptions
  95.           - Direct BIOS access to control floppy drives
  96.  
  97.  
  98.       HOW TO USE IT ?
  99.       ~~~~~~~~~~~~~~~
  100.  
  101.       To  install  STUFF, copy the file STUFF.EXE to a directory listed
  102.       in your PATH.
  103.  
  104.       Use STUFF as follows:
  105.  
  106.       STUFF [drive:][path]<filespec> <target> [-<switch> [-<switch>]]
  107.  
  108.  
  109.       'drive'
  110.           This is the drive where are the files to stuff on floppy.
  111.  
  112.       'path'
  113.           This is the directory where are the files to stuff on floppy.
  114.  
  115.       'filespec'
  116.           This is the specifications of files to stuff on floppy.
  117.           * is a valid wildcard.
  118.  
  119.       'target'
  120.           This is the drive where the files are stuffed ('A:' or 'B:')
  121.  
  122.       'switches'
  123.           Switches must be placed after the target specification.
  124.           See below for detailed description of all switches.
  125.  
  126.  
  127.  
  128.       SWITCHES DESCRIPTION
  129.       ~~~~~~~~~~~~~~~~~~~~
  130.  
  131.       You may precede switches with either '-' or '/'.
  132.  
  133.       Here is a detailed description of all switches.
  134.  
  135.       '?' - help screen
  136.           This displays help screen.
  137.  
  138.       'm' - move files
  139.           Use this if you want to delete the files after stuffing.
  140.  
  141.       'v' - verify files
  142.           Use  this  if  you  want  to  verify  files  integrity  after
  143.           stuffing (CRC method !)
  144.  
  145.       'i' - info about the author
  146.           Uses this if you want to view some info  about the  author of
  147.           program.
  148.  
  149.       'a' - add incremental volume label
  150.           Use  this if  you want to add  an incremental volume label to
  151.           floppy disks where the files are stuffed.
  152.  
  153.       's' - copy also hidden and system files
  154.           Use this if you want to stuff on the floppy disks also hidden
  155.           and system files.
  156.  
  157.       Press <Esc> key during copy if you want to end stuffing.
  158.  
  159.  
  160.  
  161.       EXAMPLES
  162.       ~~~~~~~~
  163.  
  164.       STUFF DOS A:
  165.           Stuff  files  from directory DOS  on current drive to  floppy
  166.           drive A.
  167.  
  168.       STUFF C:\UTILITY\*.EXE A: -V
  169.           Stuff only .exe  files from directory  C:\UTILITY  to drive A
  170.           making CRC verify of files.
  171.  
  172.       STUFF \WINDOWS\. B: -M /S
  173.           Move  all files  from directory  WINDOWS  on current drive to
  174.           drive B, also including system and hidden files.
  175.  
  176.  
  177.  
  178.       REVISION HISTORY
  179.       ~~~~~~~~~~~~~~~~
  180.  
  181.       0.25b
  182.         First beta-release.
  183.  
  184.       0.45b
  185.         Added '-V' and 'A' switches.
  186.  
  187.       0.85b
  188.         Added support for 4DOS/NDOS and '-S' switch.
  189.         Fixed some bug.
  190.  
  191.       1.0
  192.         First public release
  193.         Fixed some bug.
  194.  
  195.  
  196.       AUTHOR
  197.       ~~~~~~
  198.  
  199.       Please  send  me  order  form, advice  or  question  to following
  200.       address:
  201.  
  202.             ╔═══════════════════════════════════════════════════════════╗
  203.             ║                     Cristian Santinon                     ║
  204.             ║                 Via Molino dell'Oglio 24                  ║
  205.             ║                       21059 Viggiu'                       ║
  206.             ║                        (VA) ITALY                         ║
  207.             ║                                                           ║
  208.             ║  Telephone: ++39-332-487135                               ║
  209.             ║  Fidonet  : 2:331/105                                     ║
  210.             ║  Internet : scris@varano.ing.como.polimi.it               ║
  211.             ║  Internet : cristian.santinon@f105.n331.z2.fidonet.org    ║
  212.             ╚═══════════════════════════════════════════════════════════╝
  213.  
  214.       THANKS
  215.       ~~~~~~
  216.  
  217.       Thanks to Roncoroni Andrea for "Kill" routine and beta-testing.
  218.  
  219.  
  220.